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

Unified Diff: android_webview/browser/surfaces_instance.h

Issue 2136413002: Update Surface ID Terminology (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed webkit_unit_tests Created 4 years, 5 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: android_webview/browser/surfaces_instance.h
diff --git a/android_webview/browser/surfaces_instance.h b/android_webview/browser/surfaces_instance.h
index 709b389bda7aafa1e654db6e7ea25320cd61d343..e92f15b87ab6a0a990ec177afb9024e3a5b0241c 100644
--- a/android_webview/browser/surfaces_instance.h
+++ b/android_webview/browser/surfaces_instance.h
@@ -68,7 +68,7 @@ class SurfacesInstance : public base::RefCounted<SurfacesInstance>,
void SetEmptyRootFrame();
- uint32_t next_surface_id_namespace_;
+ uint32_t next_surface_client_id_;
scoped_refptr<AwGLSurface> gl_surface_;
std::unique_ptr<cc::SurfaceManager> surface_manager_;

Powered by Google App Engine
This is Rietveld 408576698