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

Unified Diff: third_party/WebKit/Source/core/css/CSSStyleDeclaration.h

Issue 2392343005: Reflow comments in core/css (Closed)
Patch Set: Revert clang-format Created 4 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
Index: third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
diff --git a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
index f6b4ef85b24505e0cc7106567c31417f0cd58914..4bc30a012fafe9d38606d404b0127102b41c198e 100644
--- a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
+++ b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
@@ -66,9 +66,11 @@ class CORE_EXPORT CSSStyleDeclaration
virtual String removeProperty(const String& propertyName,
ExceptionState&) = 0;
- // CSSPropertyID versions of the CSSOM functions to support bindings and editing.
+ // CSSPropertyID versions of the CSSOM functions to support bindings and
+ // editing.
// Use the non-virtual methods in the concrete subclasses when possible.
- // The CSSValue returned by this function should not be exposed to the web as it may be used by multiple documents at the same time.
+ // The CSSValue returned by this function should not be exposed to the web as
+ // it may be used by multiple documents at the same time.
virtual const CSSValue* getPropertyCSSValueInternal(CSSPropertyID) = 0;
virtual const CSSValue* getPropertyCSSValueInternal(
AtomicString customPropertyName) = 0;
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSSelectorList.cpp ('k') | third_party/WebKit/Source/core/css/CSSStyleSheet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698