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

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

Issue 2616723002: Refactor GL surface format handling (Closed)
Patch Set: Fix copyright notice on new files 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
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | gpu/ipc/service/image_transport_surface_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | gpu/ipc/service/image_transport_surface_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698