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

Unified Diff: public/platform/WebContentLayer.h

Issue 183103007: Implement will-change-based GPU rasterization hint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move hint from WebLayer to WebContentLayer Created 6 years, 9 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/web/WebSettingsImpl.cpp ('k') | public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebContentLayer.h
diff --git a/public/platform/WebContentLayer.h b/public/platform/WebContentLayer.h
index 2647de0ae6069bc36ee434ef4a8a925ce7f72eb6..f20b5674052f782e9e46f63be01a94044bc426c4 100644
--- a/public/platform/WebContentLayer.h
+++ b/public/platform/WebContentLayer.h
@@ -53,6 +53,8 @@ public:
// for these tiles.
// Defaults to false.
virtual void setDrawCheckerboardForMissingTiles(bool) = 0;
+
+ virtual void setHasGpuRasterizationHint(bool) = 0;
};
} // namespace blink
« no previous file with comments | « Source/web/WebSettingsImpl.cpp ('k') | public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698