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

Unified Diff: Source/WebCore/css/CSSComputedStyleDeclaration.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/css/CSSComputedStyleDeclaration.h
diff --git a/Source/WebCore/css/CSSComputedStyleDeclaration.h b/Source/WebCore/css/CSSComputedStyleDeclaration.h
index d2c5694e5e94b0c1d654485216721ce724c5e9a9..a2277d9e8c6adcf4598bf255d3a3e77c79a7db01 100644
--- a/Source/WebCore/css/CSSComputedStyleDeclaration.h
+++ b/Source/WebCore/css/CSSComputedStyleDeclaration.h
@@ -39,10 +39,8 @@ class ShadowData;
class StylePropertySet;
class StylePropertyShorthand;
-#if ENABLE(CSS_SHADERS)
class CustomFilterNumberParameter;
class CustomFilterParameter;
-#endif
enum EUpdateLayout { DoNotUpdateLayout = false, UpdateLayout = true };

Powered by Google App Engine
This is Rietveld 408576698