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

Unified Diff: cc/tiled_layer.cc

Issue 11111005: Remove GraphicsContext3D:: stubs from cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 8 years, 2 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 | « cc/tiled_layer.h ('k') | cc/tiled_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiled_layer.cc
diff --git a/cc/tiled_layer.cc b/cc/tiled_layer.cc
index e7adf54e06cd7e7f573abf4d47a7df7594b5ffec..3b0e61ca743f286c1cf5626334c9e58156b228aa 100644
--- a/cc/tiled_layer.cc
+++ b/cc/tiled_layer.cc
@@ -13,6 +13,7 @@
#include "CCTiledLayerImpl.h"
#include "Region.h"
#include "base/basictypes.h"
+#include "third_party/khronos/GLES2/gl2.h"
using namespace std;
using WebKit::WebTransformationMatrix;
@@ -77,7 +78,7 @@ private:
TiledLayerChromium::TiledLayerChromium()
: LayerChromium()
- , m_textureFormat(GraphicsContext3D::INVALID_ENUM)
+ , m_textureFormat(GL_INVALID_ENUM)
, m_skipsDraw(false)
, m_failedUpdate(false)
, m_sampledTexelFormat(LayerTextureUpdater::SampledTexelFormatInvalid)
« no previous file with comments | « cc/tiled_layer.h ('k') | cc/tiled_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698