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

Unified Diff: cc/output/geometry_binding.h

Issue 14600002: HW draw workarounds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixups to force hw with this patch Created 7 years, 7 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 | « android_webview/lib/main/aw_main_delegate.cc ('k') | cc/output/geometry_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/geometry_binding.h
diff --git a/cc/output/geometry_binding.h b/cc/output/geometry_binding.h
index 2318b27ecff41106d92e84f91aea1dc3d50b45c0..2b5ed86fa8a09db378cd9396cbafae508b502fec 100644
--- a/cc/output/geometry_binding.h
+++ b/cc/output/geometry_binding.h
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
-namespace gfx { class RectF; }
+#include "ui/gfx/rect_f.h"
namespace WebKit { class WebGraphicsContext3D; }
@@ -29,6 +29,8 @@ class GeometryBinding {
static int TriangleIndexAttribLocation() { return 2; }
private:
+ const gfx::RectF quad_vertex_rect_;
+
WebKit::WebGraphicsContext3D* context_;
unsigned quad_vertices_vbo_;
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | cc/output/geometry_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698