summaryrefslogtreecommitdiffstats
path: root/chromium/docs/website/site/developers/design-documents/oop-iframes/framehandle/index.md
blob: 419cef0f4d84c73678120452217f5ccb429eff15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
breadcrumbs:
- - /developers
  - For Developers
- - /developers/design-documents
  - Design Documents
- - /developers/design-documents/oop-iframes
  - Out-of-Process iframes (OOPIFs)
page_name: framehandle
title: FrameHandle
---

**This design document is out of date.**

Blink Frames are now implemented using an inheritance relationship, where
blink::Frame is a base class for blink::LocalFrame and blink::RemoteFrame. They
are now fully implemented so this documentation will not be updated.

Doc:
<https://docs.google.com/a/chromium.org/document/edit?id=1PeSpryRsXlLxHU58GOa0s67kuKaQeGitmM0iWS02CvU>

#### FrameHandle

Diagram:
https://docs.google.com/a/chromium.org/drawings/d/1sqOb8DCNy7wlPMCp9oPyd981wBsYfvy4SsRZD4_HYos/view

#### FrameHandle