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

Unified Diff: content/browser/renderer_host/offscreen_canvas_surface_impl.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: content/browser/renderer_host/offscreen_canvas_surface_impl.h
diff --git a/content/browser/renderer_host/offscreen_canvas_surface_impl.h b/content/browser/renderer_host/offscreen_canvas_surface_impl.h
index 9a28a5c3f6ab41708b95c9d63639c875920acd45..15c1aedbd287fbf9132d5e050f64290338b5ba51 100644
--- a/content/browser/renderer_host/offscreen_canvas_surface_impl.h
+++ b/content/browser/renderer_host/offscreen_canvas_surface_impl.h
@@ -33,8 +33,8 @@ class CONTENT_EXPORT OffscreenCanvasSurfaceImpl
void Satisfy(const cc::SurfaceSequence& sequence) override;
const cc::FrameSinkId& frame_sink_id() const { return frame_sink_id_; }
- const cc::LocalFrameId& current_local_frame_id() const {
- return current_local_frame_id_;
+ const cc::LocalSurfaceId& current_local_surface_id() const {
+ return current_local_surface_id_;
}
private:
@@ -43,7 +43,7 @@ class CONTENT_EXPORT OffscreenCanvasSurfaceImpl
// Surface-related state
cc::FrameSinkId frame_sink_id_;
- cc::LocalFrameId current_local_frame_id_;
+ cc::LocalSurfaceId current_local_surface_id_;
DISALLOW_COPY_AND_ASSIGN(OffscreenCanvasSurfaceImpl);
};

Powered by Google App Engine
This is Rietveld 408576698