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

Unified Diff: Source/core/page/Page.h

Issue 233323004: Move RenderLayerCompositor trigger caching to be when settings change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed WebViewTest.SetBaseBackgroundColorAndBlendWithExistingContent Created 6 years, 8 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/frame/SettingsDelegate.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 61d61e2b073c129d2bc85eb43e05376d54fc77c6..61b2cf8bc96140a2b3f17512b0a779ff7dd3934b 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -118,6 +118,7 @@ public:
FrameHost& frameHost() { return *m_frameHost; }
void setNeedsRecalcStyleInAllFrames();
+ void updateAcceleratedCompositingSettings();
ViewportDescription viewportDescription() const;
« no previous file with comments | « Source/core/frame/SettingsDelegate.h ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698