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

Unified Diff: cc/tiled_layer.h

Issue 11150025: Patch from https://codereview.chromium.org/11111005/ without actual file deletes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 adf89032fc8bf680b482734e81566019bd53718b..5f8e36acff61a7356022d487aab58736b992b174 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