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

Unified Diff: cc/content_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/cc.gyp ('k') | cc/direct_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/content_layer.cc
diff --git a/cc/content_layer.cc b/cc/content_layer.cc
index 32ff38113fb4191f7f6492ae90b5e2e9b1d2e899..6de4dffa97ae97ad81f0252e104171029d39fdeb 100644
--- a/cc/content_layer.cc
+++ b/cc/content_layer.cc
@@ -96,7 +96,7 @@ void ContentLayerChromium::createTextureUpdaterIfNeeded()
m_textureUpdater = BitmapCanvasLayerTextureUpdater::create(painter.Pass());
m_textureUpdater->setOpaque(contentsOpaque());
- GC3Denum textureFormat = layerTreeHost()->rendererCapabilities().bestTextureFormat;
+ GLenum textureFormat = layerTreeHost()->rendererCapabilities().bestTextureFormat;
setTextureFormat(textureFormat);
setSampledTexelFormat(textureUpdater()->sampledTexelFormat(textureFormat));
}
« no previous file with comments | « cc/cc.gyp ('k') | cc/direct_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698