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

Unified Diff: third_party/WebKit/Source/platform/geometry/TransformState.h

Issue 2392543003: reflow comments in platform/geometry (Closed)
Patch Set: 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/geometry/TransformState.h
diff --git a/third_party/WebKit/Source/platform/geometry/TransformState.h b/third_party/WebKit/Source/platform/geometry/TransformState.h
index fe311324f9e2107688e28f32bf08ae2868922ecc..bc4e1ac699fb4ec02fe8449339b839fd81469757 100644
--- a/third_party/WebKit/Source/platform/geometry/TransformState.h
+++ b/third_party/WebKit/Source/platform/geometry/TransformState.h
@@ -88,8 +88,9 @@ class PLATFORM_EXPORT TransformState {
TransformState& operator=(const TransformState&);
void setQuad(const FloatQuad& quad) {
- // FIXME: this assumes that the quad being added is in the coordinate system of the current state.
- // This breaks if we're simultaneously mapping a point. https://bugs.webkit.org/show_bug.cgi?id=106680
+ // FIXME: this assumes that the quad being added is in the coordinate system
+ // of the current state. This breaks if we're simultaneously mapping a
+ // point. https://bugs.webkit.org/show_bug.cgi?id=106680
ASSERT(!m_mapPoint);
m_accumulatedOffset = LayoutSize();
m_lastPlanarQuad = quad;

Powered by Google App Engine
This is Rietveld 408576698