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

Unified Diff: cc/tiled_layer.h

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/tile_draw_quad.cc ('k') | cc/tiled_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiled_layer.h
diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h
index 616339129e9bbcf7c5d2fc24286bd85fd43e8b69..fa701e0dd8adedd76c23fa1a98017a8277a4b915 100644
--- a/cc/tiled_layer.h
+++ b/cc/tiled_layer.h
@@ -46,7 +46,7 @@ protected:
// Exposed to subclasses for testing.
void setTileSize(const IntSize&);
- void setTextureFormat(GC3Denum textureFormat) { m_textureFormat = textureFormat; }
+ void setTextureFormat(GLenum textureFormat) { m_textureFormat = textureFormat; }
void setBorderTexelOption(CCLayerTilingData::BorderTexelOption);
void setSampledTexelFormat(LayerTextureUpdater::SampledTexelFormat sampledTexelFormat) { m_sampledTexelFormat = sampledTexelFormat; }
size_t numPaintedTiles() { return m_tiler->tiles().size(); }
@@ -88,7 +88,7 @@ private:
UpdatableTile* tileAt(int, int) const;
UpdatableTile* createTile(int, int);
- GC3Denum m_textureFormat;
+ GLenum m_textureFormat;
bool m_skipsDraw;
bool m_failedUpdate;
LayerTextureUpdater::SampledTexelFormat m_sampledTexelFormat;
« no previous file with comments | « cc/tile_draw_quad.cc ('k') | cc/tiled_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698