Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Unified Diff: Source/web/WebFrameImpl.h

Issue 104433003: Attach a WebLayer to a frame element for out-of-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved WebLayer back to Frame again. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebFrameImpl.h
diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h
index e97a40efeb81f3a3982fcb09557c0a3f9517099b..f6c3654c0fc6671e1cd8f1c405840f99016f2f17 100644
--- a/Source/web/WebFrameImpl.h
+++ b/Source/web/WebFrameImpl.h
@@ -82,6 +82,7 @@ public:
virtual void setName(const WebString&);
virtual long long embedderIdentifier() const;
virtual WebVector<WebIconURL> iconURLs(int iconTypesMask) const;
+ virtual void setWebLayer(WebLayer*);
virtual WebSize scrollOffset() const;
virtual void setScrollOffset(const WebSize&);
virtual WebSize minimumScrollOffset() const;

Powered by Google App Engine
This is Rietveld 408576698