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

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: Rebase from space, also minor cleanups 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
« Source/web/WebViewImpl.h ('K') | « 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..e845845ef84c2c16bf1cceb8a7ee226d4549a4f3 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -32,6 +32,7 @@
#define WebView_h
#include "../platform/WebColor.h"
+#include "../platform/WebCompositedDisplayList.h"
#include "../platform/WebDisplayMode.h"
#include "../platform/WebFocusType.h"
#include "../platform/WebPageVisibilityState.h"
@@ -452,6 +453,11 @@ public:
virtual void setVisibilityState(WebPageVisibilityState visibilityState,
bool isInitialState) { }
+ // Graphics -------------------------------------------------------------
+
+ virtual void setCompositedDisplayList(WebCompositedDisplayList*) { }
jbroman 2015/08/19 18:33:50 Will the embedder ever call this? If not, suggest
pdr. 2015/08/20 04:01:55 Good idea. Done.
+ virtual WebCompositedDisplayList* compositedDisplayList() { return nullptr; }
+
// PageOverlay ----------------------------------------------------------
// Overlay this WebView with a solid color.
« Source/web/WebViewImpl.h ('K') | « public/platform/WebCompositedDisplayList.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698