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

Unified Diff: third_party/WebKit/public/platform/WebLayer.h

Issue 2441853002: Plumb preferred raster bounds rather than scale (Closed)
Patch Set: none Created 4 years, 2 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 | « third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebLayer.h
diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h
index 56393e1566288e20b005b40d5227501680033335..f9408b6dce8942abf68b9172f4c45a28d578e877 100644
--- a/third_party/WebKit/public/platform/WebLayer.h
+++ b/third_party/WebKit/public/platform/WebLayer.h
@@ -219,8 +219,8 @@ class WebLayer {
virtual uint32_t compositorMutableProperties() const = 0;
virtual void setHasWillChangeTransformHint(bool) = 0;
- virtual void setPreferredRasterScale(float) = 0;
- virtual void clearPreferredRasterScale() = 0;
+ virtual void setPreferredRasterBounds(const WebSize&) = 0;
+ virtual void clearPreferredRasterBounds() = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698