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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h

Issue 2172503002: Fix subpixel accumulation for composited content layers Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test expectation Created 4 years, 5 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/layout/LayoutTextTrackContainer.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h b/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
index 7909abffa8d38146eb51e54c721d7df84b3bebc7..f39bbedae29ce69ae633d5969168ea4f7caa2795 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
@@ -45,7 +45,6 @@ private:
bool updateSizes(const LayoutVideo&);
- IntSize m_videoSize;
float m_fontSize;
};

Powered by Google App Engine
This is Rietveld 408576698