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

Unified Diff: gpu/ipc/service/image_transport_surface.h

Issue 2616723002: Refactor GL surface format handling (Closed)
Patch Set: Add underscores to private attributes 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: gpu/ipc/service/image_transport_surface.h
diff --git a/gpu/ipc/service/image_transport_surface.h b/gpu/ipc/service/image_transport_surface.h
index 6b7f25646b0cf9c08bd7d6d026f89d40ebdf7a6b..41f3c974a31e3b9a08f76e7d7336dd0d2758ff80 100644
--- a/gpu/ipc/service/image_transport_surface.h
+++ b/gpu/ipc/service/image_transport_surface.h
@@ -35,7 +35,7 @@ class ImageTransportSurface {
static scoped_refptr<gl::GLSurface> CreateNativeSurface(
base::WeakPtr<ImageTransportSurfaceDelegate> stub,
SurfaceHandle surface_handle,
- gl::GLSurface::Format format);
+ gl::GLSurfaceFormat format);
private:
DISALLOW_COPY_AND_ASSIGN(ImageTransportSurface);

Powered by Google App Engine
This is Rietveld 408576698