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

Unified Diff: mojo/services/surfaces/surfaces_impl.h

Issue 504443002: Update mojo surfaces bindings and mojo/cc/ glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn fixes Created 6 years, 4 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: mojo/services/surfaces/surfaces_impl.h
diff --git a/mojo/services/surfaces/surfaces_impl.h b/mojo/services/surfaces/surfaces_impl.h
index ac9a397788fa19e4cc6a23b92e2fb16d0fd760c7..bf6f37b324a34df4bb882cb4f53cf3f72aafcd64 100644
--- a/mojo/services/surfaces/surfaces_impl.h
+++ b/mojo/services/surfaces/surfaces_impl.h
@@ -37,9 +37,6 @@ class SurfacesImpl : public InterfaceImpl<Surface>,
Client* client);
virtual ~SurfacesImpl();
- // InterfaceImpl<Surface> implementation.
- virtual void OnConnectionEstablished() OVERRIDE;
-
// Surface implementation.
virtual void CreateSurface(SurfaceIdPtr id, mojo::SizePtr size) OVERRIDE;
virtual void SubmitFrame(SurfaceIdPtr id, FramePtr frame) OVERRIDE;
« no previous file with comments | « mojo/services/public/interfaces/surfaces/surfaces_service.mojom ('k') | mojo/services/surfaces/surfaces_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698