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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2393013002: reflow comments in core/{clipboard,streams,testing,timing} (Closed)
Patch Set: comments (heh!) 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/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index f44de15da9eefb205bc0d232251fd3c9a762ad4a..6ad05cf60d5df34434750c51f8b4aa1e6f805366 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -121,8 +121,8 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
void disableCompositedAnimation(Animation*);
void disableCSSAdditiveAnimations();
- // Modifies m_desiredFrameStartTime in BitmapImage to advance the next frame time
- // for testing whether animated images work properly.
+ // Modifies m_desiredFrameStartTime in BitmapImage to advance the next frame
+ // time for testing whether animated images work properly.
void advanceTimeForImage(Element* image,
double deltaTimeInSeconds,
ExceptionState&);
@@ -272,7 +272,8 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
AtomicString svgNamespace();
Vector<AtomicString> svgTags();
- // This is used to test rect based hit testing like what's done on touch screens.
+ // This is used to test rect based hit testing like what's done on touch
+ // screens.
StaticNodeList* nodesFromRect(Document*,
int x,
int y,
@@ -473,8 +474,9 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
ExceptionState&);
// Schedule a forced Blink GC run (Oilpan) at the end of event loop.
- // Note: This is designed to be only used from PerformanceTests/BlinkGC to explicitly measure only Blink GC time.
- // Normal LayoutTests should use gc() instead as it would trigger both Blink GC and V8 GC.
+ // Note: This is designed to be only used from PerformanceTests/BlinkGC to
+ // explicitly measure only Blink GC time. Normal LayoutTests should use
+ // gc() instead as it would trigger both Blink GC and V8 GC.
void forceBlinkGCWithoutV8GC();
String selectedHTMLForClipboard();
@@ -511,12 +513,14 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
// TODO(liberato): remove once autoplay gesture override experiment concludes.
void triggerAutoplayViewportCheck(HTMLMediaElement*);
- // Returns the run state of the node's scroll animator (see ScrollAnimatorCompositorCoordinater::RunState),
- // or -1 if the node does not have a scrollable area.
+ // Returns the run state of the node's scroll animator (see
+ // ScrollAnimatorCompositorCoordinater::RunState), or -1 if the node does not
+ // have a scrollable area.
String getScrollAnimationState(Node*) const;
- // Returns the run state of the node's programmatic scroll animator (see ScrollAnimatorCompositorCoordinater::RunState),
- // or -1 if the node does not have a scrollable area.
+ // Returns the run state of the node's programmatic scroll animator (see
+ // ScrollAnimatorCompositorCoordinater::RunState), or -1 if the node does not
+ // have a scrollable area.
String getProgrammaticScrollAnimationState(Node*) const;
// Returns the visual rect of a node's LayoutObject.
« no previous file with comments | « third_party/WebKit/Source/core/testing/DummyPageHolder.h ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698