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

Unified Diff: Source/WebCore/html/canvas/WebGLRenderingContext.cpp

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. 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
« no previous file with comments | « Source/WebCore/html/canvas/WebGLContextGroup.cpp ('k') | Source/WebCore/loader/FTPDirectoryParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/canvas/WebGLRenderingContext.cpp
diff --git a/Source/WebCore/html/canvas/WebGLRenderingContext.cpp b/Source/WebCore/html/canvas/WebGLRenderingContext.cpp
index 37d0b491d95054469b3e40b0a8e6b897297e1d5e..296735a46a0ac357de30a8293a9dd7389444e462 100644
--- a/Source/WebCore/html/canvas/WebGLRenderingContext.cpp
+++ b/Source/WebCore/html/canvas/WebGLRenderingContext.cpp
@@ -81,10 +81,6 @@
#include <wtf/Uint32Array.h>
#include <wtf/text/StringBuilder.h>
-#if PLATFORM(QT)
-#undef emit
-#endif
-
namespace WebCore {
const double secondsBetweenRestoreAttempts = 1.0;
« no previous file with comments | « Source/WebCore/html/canvas/WebGLContextGroup.cpp ('k') | Source/WebCore/loader/FTPDirectoryParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698