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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 2490383002: Revert of Resolves layering violation in SynchronousCompositorHost creation (Closed)
Patch Set: Created 4 years, 1 month 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/render_widget_host_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index e8754e0b7833d7754a0c98491bd665672806793c..10f335fe030b39206231da383cf90b5ffeed12ea 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -62,7 +62,6 @@
class RenderWidgetHost;
class RenderWidgetHostImpl;
class SynchronousCompositorHost;
-class SynchronousCompositorClient;
struct NativeWebKeyboardEvent;
struct TextInputState;
@@ -238,12 +237,6 @@
void SynchronousFrameMetadata(cc::CompositorFrameMetadata frame_metadata);
- void SetSynchronousCompositorClient(SynchronousCompositorClient* client);
-
- SynchronousCompositorClient* synchronous_compositor_client() const {
- return synchronous_compositor_client_;
- }
-
static void OnContextLost();
private:
@@ -358,8 +351,6 @@
const bool using_browser_compositor_;
std::unique_ptr<SynchronousCompositorHost> sync_compositor_;
- SynchronousCompositorClient* synchronous_compositor_client_;
-
std::unique_ptr<DelegatedFrameEvictor> frame_evictor_;
size_t locks_on_frame_count_;

Powered by Google App Engine
This is Rietveld 408576698