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

Unified Diff: Source/WebCore/platform/graphics/filters/CustomFilterProgramClient.h

Issue 13839016: Remove CSS_SHADERS compile-time flag. (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/WebCore/platform/graphics/filters/CustomFilterProgramClient.h
diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterProgramClient.h b/Source/WebCore/platform/graphics/filters/CustomFilterProgramClient.h
index 3b0b7c054b3af39cca522f8153e20fe117f86bb3..056cce613c4df0b47fd5edc17f151a2afcd744ac 100644
--- a/Source/WebCore/platform/graphics/filters/CustomFilterProgramClient.h
+++ b/Source/WebCore/platform/graphics/filters/CustomFilterProgramClient.h
@@ -30,8 +30,6 @@
#ifndef CustomFilterProgramClient_h
#define CustomFilterProgramClient_h
-#if ENABLE(CSS_SHADERS)
-
namespace WebCore {
class CustomFilterProgram;
@@ -47,6 +45,5 @@ public:
}
-#endif // ENABLE(CSS_SHADERS)
#endif // CustomFilterProgramClient_h

Powered by Google App Engine
This is Rietveld 408576698