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

Unified Diff: ui/gl/gl_surface.cc

Issue 10828356: Very basic Android browser-side compositing support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« content/shell/shell_android.cc ('K') | « content/shell/shell_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface.cc
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
index a05eae85e3de3d4fc7afd0a64123bd80a9c28eec..5bdcd8ef3e5e60b4505c69c1e0d72b35c317cdb4 100644
--- a/ui/gl/gl_surface.cc
+++ b/ui/gl/gl_surface.cc
@@ -80,7 +80,7 @@ bool GLSurface::Initialize() {
}
bool GLSurface::Resize(const gfx::Size& size) {
- NOTIMPLEMENTED();
+// NOTIMPLEMENTED();
no sievers 2012/08/16 21:55:14 I will fix this issue properly.
return false;
}
« content/shell/shell_android.cc ('K') | « content/shell/shell_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698