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

Unified Diff: core/cross/gles2/render_surface_gles2.h

Issue 1741009: Pulled changes from issue 669220 to fix building with renderer=gles2. (Closed)
Patch Set: Created 10 years, 8 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 | « no previous file | core/cross/gles2/render_surface_gles2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/gles2/render_surface_gles2.h
diff --git a/core/cross/gles2/render_surface_gles2.h b/core/cross/gles2/render_surface_gles2.h
index 820647c8358e061c93f68e61ad825e7f6bee5a14..df5825ba16e3aed80dcf490403d52781f6ea8a82 100644
--- a/core/cross/gles2/render_surface_gles2.h
+++ b/core/cross/gles2/render_surface_gles2.h
@@ -74,8 +74,8 @@ class RenderSurfaceGLES2 : public RenderSurface {
}
protected:
- // The platform specific part of GetBitmap.
- virtual Bitmap::Ref PlatformSpecificGetBitmap() const;
+ // The platform specific part of GetIntoBitmap.
+ virtual bool PlatformSpecificGetIntoBitmap(Bitmap::Ref bitmap) const;
private:
GLenum cube_face_;
« no previous file with comments | « no previous file | core/cross/gles2/render_surface_gles2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698