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

Unified Diff: content/browser/renderer_host/compositor_impl_android.cc

Issue 12082012: Implement desktop compatibility viewport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aelias
Patch Set: Created 7 years, 11 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: content/browser/renderer_host/compositor_impl_android.cc
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
index f48bb5a9006f0888319c65aac0b6522ad2a3203f..1d68f4a735ca0fd71507baf910638715cb22312b 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -301,7 +301,8 @@ void CompositorImpl::layout() {
}
void CompositorImpl::applyScrollAndScale(gfx::Vector2d scrollDelta,
- float pageScale) {
+ float pageScale,
+ gfx::Vector2d desktopCompatibilityViewportOffsetFromScrollPositionDelta) {
}
scoped_ptr<cc::OutputSurface> CompositorImpl::createOutputSurface() {
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.h ('k') | webkit/compositor_bindings/web_layer_tree_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698