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

Unified Diff: Source/core/page/Page.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 | « Source/core/page/ChromeClient.h ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index db79ad41952be94af326a559751c0bc50d7ff22c..bbb40f6a6721c1a30cd1bf94181281e758f434db 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -46,6 +46,7 @@ namespace blink {
class AutoscrollController;
class ChromeClient;
class ClientRectList;
+class CompositedDisplayList;
class ContextMenuClient;
class ContextMenuController;
class Document;
@@ -198,6 +199,9 @@ public:
void acceptLanguagesChanged();
+ void setCompositedDisplayList(PassOwnPtr<CompositedDisplayList>);
+ CompositedDisplayList* compositedDisplayListForTesting();
+
static void networkStateChanged(bool online);
DECLARE_TRACE();
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698