| Index: cc/tiled_layer.cc
|
| diff --git a/cc/tiled_layer.cc b/cc/tiled_layer.cc
|
| index cfec53682698f2f7dc163ac3c144e2806e1d959d..3c1b51d4af8adafa3aa723faa8ffd516d0482f4e 100644
|
| --- a/cc/tiled_layer.cc
|
| +++ b/cc/tiled_layer.cc
|
| @@ -7,12 +7,12 @@
|
| #include "TiledLayerChromium.h"
|
|
|
| #include "base/basictypes.h"
|
| +#include "third_party/khronos/GLES2/gl2.h"
|
| #include "CCLayerImpl.h"
|
| #include "CCLayerTreeHost.h"
|
| #include "CCOverdrawMetrics.h"
|
| #include "CCTextureUpdateQueue.h"
|
| #include "CCTiledLayerImpl.h"
|
| -#include "GraphicsContext3D.h"
|
| #include "Region.h"
|
| #include <wtf/CurrentTime.h>
|
| #include <wtf/MathExtras.h>
|
| @@ -79,7 +79,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)
|
|
|