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

Unified Diff: android_webview/browser/surfaces_instance.h

Issue 2708153005: Rename SurfaceIdAllocator to LocalSurfaceIdAllocator (Closed)
Patch Set: Delete useless include Created 3 years, 10 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 | « android_webview/browser/hardware_renderer.cc ('k') | android_webview/browser/surfaces_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/surfaces_instance.h
diff --git a/android_webview/browser/surfaces_instance.h b/android_webview/browser/surfaces_instance.h
index ab5cf1a4683e169fb5df7153c7e53b8c29bf7922..638d093c3779427e9ded280222b037bddd379527 100644
--- a/android_webview/browser/surfaces_instance.h
+++ b/android_webview/browser/surfaces_instance.h
@@ -18,7 +18,7 @@ namespace cc {
class BeginFrameSource;
class CompositorFrameSinkSupport;
class Display;
-class SurfaceIdAllocator;
+class LocalSurfaceIdAllocator;
class SurfaceManager;
}
@@ -79,7 +79,7 @@ class SurfacesInstance : public base::RefCounted<SurfacesInstance>,
std::unique_ptr<cc::SurfaceManager> surface_manager_;
std::unique_ptr<cc::BeginFrameSource> begin_frame_source_;
std::unique_ptr<cc::Display> display_;
- std::unique_ptr<cc::SurfaceIdAllocator> surface_id_allocator_;
+ std::unique_ptr<cc::LocalSurfaceIdAllocator> local_surface_id_allocator_;
std::unique_ptr<cc::CompositorFrameSinkSupport> support_;
cc::LocalSurfaceId root_id_;
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | android_webview/browser/surfaces_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698