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

Unified Diff: Source/core/html/track/TextTrackContainer.h

Issue 994063003: Move TextTrackContainer::updateSizes to the layout-side (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/html/track/TextTrackContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/TextTrackContainer.h
diff --git a/Source/core/html/track/TextTrackContainer.h b/Source/core/html/track/TextTrackContainer.h
index baec40d9ecd555ddb9754a0474e6696cc8f420e3..662232184c43968a0e40294ea2c00faa2770752a 100644
--- a/Source/core/html/track/TextTrackContainer.h
+++ b/Source/core/html/track/TextTrackContainer.h
@@ -41,7 +41,6 @@ public:
static PassRefPtrWillBeRawPtr<TextTrackContainer> create(Document&);
void updateDisplay(HTMLMediaElement&);
- void updateSizes(LayoutObject*);
private:
TextTrackContainer(Document&);
@@ -49,9 +48,6 @@ private:
virtual bool isTextTrackContainer() const override { return true; }
virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
-
- IntSize m_videoSize;
- float m_fontSize;
};
DEFINE_ELEMENT_TYPE_CASTS(TextTrackContainer, isTextTrackContainer());
« no previous file with comments | « no previous file | Source/core/html/track/TextTrackContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698