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

Unified Diff: Source/core/rendering/RenderVTTCue.h

Issue 847813003: Avoid unnecessary float<->LayoutUnit conversions in RenderVTTCue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | Source/core/rendering/RenderVTTCue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderVTTCue.h
diff --git a/Source/core/rendering/RenderVTTCue.h b/Source/core/rendering/RenderVTTCue.h
index 136ea317c89ee22e52a72791fb884a172a27e58d..b0b380d71b07936916dd6633c11c065a60cab607 100644
--- a/Source/core/rendering/RenderVTTCue.h
+++ b/Source/core/rendering/RenderVTTCue.h
@@ -27,8 +27,6 @@
#define RenderVTTCue_h
#include "core/rendering/RenderBlockFlow.h"
-#include "core/rendering/RenderInline.h"
-#include "platform/geometry/FloatPoint.h"
#include "platform/heap/Handle.h"
namespace blink {
@@ -58,7 +56,7 @@ private:
void repositionCueSnapToLinesNotSet();
RawPtrWillBeMember<VTTCue> m_cue;
- FloatPoint m_fallbackPosition;
+ LayoutPoint m_defaultPosition;
};
} // namespace blink
« no previous file with comments | « no previous file | Source/core/rendering/RenderVTTCue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698