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

Unified Diff: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h

Issue 2661543002: Rename LocalFrameId to LocalSurfaceId (Closed)
Patch Set: c Created 3 years, 11 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: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
index 6f10cc7993f666a5d33f9ccb9a6ea3e798b8d238..8fe5f43b2ca632383c73d3e0d4f0fe3ada8d68d4 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
@@ -60,7 +60,7 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
TaskHandle m_syntheticBeginFrameTask; // To be removed (crbug.com/674744)
const cc::FrameSinkId m_frameSinkId;
- cc::LocalFrameId m_currentLocalFrameId;
+ cc::LocalSurfaceId m_currentLocalSurfaceId;
int m_width;
int m_height;

Powered by Google App Engine
This is Rietveld 408576698