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

Unified Diff: cc/output/renderer.h

Issue 15579002: Implement transform/clip support for Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add GL support and clean up Created 7 years, 7 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
Index: cc/output/renderer.h
diff --git a/cc/output/renderer.h b/cc/output/renderer.h
index b1b9f4844266e0726504578f145b9905b16eaa2c..dc5e5622d3ae5b8742d33295d3e41b4c15af9ffa 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -20,6 +20,7 @@ class ScopedResource;
class CC_EXPORT RendererClient {
public:
+ virtual gfx::Vector2d DeviceViewportOffset() const = 0;
virtual gfx::Size DeviceViewportSize() const = 0;
virtual const LayerTreeSettings& Settings() const = 0;
virtual void SetFullRootLayerDamage() = 0;

Powered by Google App Engine
This is Rietveld 408576698