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

Unified Diff: public/web/WebView.h

Issue 1301033002: Plumb CompositedDisplayList to WebViewImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Final checklist: cleanup ordering in WebCompositedDisplayList Created 5 years, 4 months 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
« no previous file with comments | « public/platform/WebCompositedDisplayList.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index b4c51fe6eda0df1b81fa14f911169b41c8f43f63..2b6065d0f4ae1ffe2449f8669850fbc22a94fd7d 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -46,6 +46,7 @@ namespace blink {
class WebAXObject;
class WebAutofillClient;
+class WebCompositedDisplayList;
class WebCredentialManagerClient;
class WebDragData;
class WebFrame;
@@ -452,6 +453,10 @@ public:
virtual void setVisibilityState(WebPageVisibilityState visibilityState,
bool isInitialState) { }
+ // Graphics -------------------------------------------------------------
+
+ virtual WebCompositedDisplayList* compositedDisplayList() { return nullptr; }
+
// PageOverlay ----------------------------------------------------------
// Overlay this WebView with a solid color.
« no previous file with comments | « public/platform/WebCompositedDisplayList.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698