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

Unified Diff: Source/core/platform/graphics/GraphicsContext3D.cpp

Issue 14398007: Remove USE(3D_GRAPHICS) as it is always turned on. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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
Index: Source/core/platform/graphics/GraphicsContext3D.cpp
diff --git a/Source/core/platform/graphics/GraphicsContext3D.cpp b/Source/core/platform/graphics/GraphicsContext3D.cpp
index 7f363845b8bc118e0e286cf8f647ddd5567e8891..f3caf3a24395ca8faffd2222d69983013f957d51 100644
--- a/Source/core/platform/graphics/GraphicsContext3D.cpp
+++ b/Source/core/platform/graphics/GraphicsContext3D.cpp
@@ -27,8 +27,6 @@
#include "config.h"
-#if USE(3D_GRAPHICS)
-
#include "core/platform/graphics/GraphicsContext3D.h"
#include "core/platform/graphics/cpu/arm/GraphicsContext3DNEON.h"
@@ -2346,5 +2344,3 @@ unsigned GraphicsContext3D::getChannelBitsByFormat(GC3Denum format)
}
} // namespace WebCore
-
-#endif // USE(3D_GRAPHICS)

Powered by Google App Engine
This is Rietveld 408576698