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

Unified Diff: content/public/test/test_synchronous_compositor_android.h

Issue 1846653003: android webview: Keep zoom methods synchronous (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ipc comments Created 4 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
Index: content/public/test/test_synchronous_compositor_android.h
diff --git a/content/public/test/test_synchronous_compositor_android.h b/content/public/test/test_synchronous_compositor_android.h
index 613eda6641a5890f7ebe4723db106a1ebea69b81..baa395d4cfb7ae772273104cf97e7311bbc3272d 100644
--- a/content/public/test/test_synchronous_compositor_android.h
+++ b/content/public/test/test_synchronous_compositor_android.h
@@ -39,6 +39,7 @@ class CONTENT_EXPORT TestSynchronousCompositor : public SynchronousCompositor {
void DidChangeRootLayerScrollOffset(
const gfx::ScrollOffset& root_offset) override {}
void SetIsActive(bool is_active) override {}
+ void SynchronizeWithRenderer() override {}
void OnComputeScroll(base::TimeTicks animate_time) override {}
void SetHardwareFrame(uint32_t output_surface_id,
« no previous file with comments | « content/public/browser/android/synchronous_compositor.h ('k') | content/renderer/android/synchronous_compositor_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698