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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h

Issue 2394853003: Enforce comment formatting in platform/ (Closed)
Patch Set: change 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/platform/graphics/paint/PropertyTreeState.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
index ecbd706f37ccda398b6242742ef7635cfe0c49f3..6a6f1e2eabc3cdfe92fe78ec554645933f14b608 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
@@ -14,9 +14,10 @@
namespace blink {
-// A complete set of paint properties including those that are inherited from other objects.
-// RefPtrs are used to guard against use-after-free bugs and DCHECKs ensure PropertyTreeState
-// never retains the last reference to a property tree node.
+// A complete set of paint properties including those that are inherited from
+// other objects. RefPtrs are used to guard against use-after-free bugs and
+// DCHECKs ensure PropertyTreeState never retains the last reference to a
+// property tree node.
class PropertyTreeState {
public:
PropertyTreeState(const TransformPaintPropertyNode* transform,

Powered by Google App Engine
This is Rietveld 408576698