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

Unified Diff: cc/prioritized_texture_unittest.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/prioritized_texture_manager.cc ('k') | cc/priority_calculator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/prioritized_texture_unittest.cc
diff --git a/cc/prioritized_texture_unittest.cc b/cc/prioritized_texture_unittest.cc
index 6b4b1366430ec5d1be010548fac3e5bfb95524ac..43b8c09b26f8a11004451587e2182b00d78204e6 100644
--- a/cc/prioritized_texture_unittest.cc
+++ b/cc/prioritized_texture_unittest.cc
@@ -23,7 +23,7 @@ class CCPrioritizedTextureTest : public testing::Test {
public:
CCPrioritizedTextureTest()
: m_textureSize(256, 256)
- , m_textureFormat(GraphicsContext3D::RGBA)
+ , m_textureFormat(GL_RGBA)
, m_compositorInitializer(0)
, m_context(WebKit::createFakeCCGraphicsContext())
{
@@ -92,7 +92,7 @@ public:
protected:
const IntSize m_textureSize;
- const GC3Denum m_textureFormat;
+ const GLenum m_textureFormat;
WebCompositorInitializer m_compositorInitializer;
scoped_ptr<CCGraphicsContext> m_context;
scoped_ptr<CCResourceProvider> m_resourceProvider;
« no previous file with comments | « cc/prioritized_texture_manager.cc ('k') | cc/priority_calculator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698