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

Unified Diff: android_webview/browser/hardware_renderer.h

Issue 2388753003: Introduce cc::LocalFrameId and use in SurfaceFactory (Closed)
Patch Set: Fix exo_unittests 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 | « no previous file | android_webview/browser/hardware_renderer.cc » ('j') | cc/surfaces/surface_factory.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/hardware_renderer.h
diff --git a/android_webview/browser/hardware_renderer.h b/android_webview/browser/hardware_renderer.h
index 3c1a21d4ecd6d484c52d24c984c7c2f2602421c8..2a83fda458979ced8db845aef86fba2e7faab083 100644
--- a/android_webview/browser/hardware_renderer.h
+++ b/android_webview/browser/hardware_renderer.h
@@ -70,7 +70,7 @@ class HardwareRenderer : public cc::SurfaceFactoryClient {
cc::FrameSinkId frame_sink_id_;
const std::unique_ptr<cc::SurfaceIdAllocator> surface_id_allocator_;
std::unique_ptr<cc::SurfaceFactory> surface_factory_;
- cc::SurfaceId child_id_;
+ cc::LocalFrameId child_id_;
CompositorID compositor_id_;
// HardwareRenderer guarantees resources are returned in the order of
// compositor_frame_sink_id, and resources for old output surfaces are
« no previous file with comments | « no previous file | android_webview/browser/hardware_renderer.cc » ('j') | cc/surfaces/surface_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698