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

Unified Diff: Source/core/html/track/vtt/VTTCue.h

Issue 254833003: Sync VTTCue.align/vertical with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 6 years, 8 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 | « LayoutTests/media/track/vtt-cue-exceptions-expected.txt ('k') | Source/core/html/track/vtt/VTTCue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/vtt/VTTCue.h
diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
index f69b0bdb9d8def0e8b6283a9e9d69852160b3f93..f9a05eae26d40d4d65203b4213e9037d05c241ac 100644
--- a/Source/core/html/track/vtt/VTTCue.h
+++ b/Source/core/html/track/vtt/VTTCue.h
@@ -72,7 +72,7 @@ public:
virtual ~VTTCue();
const String& vertical() const;
- void setVertical(const String&, ExceptionState&);
+ void setVertical(const String&);
bool snapToLines() const { return m_snapToLines; }
void setSnapToLines(bool);
@@ -87,7 +87,7 @@ public:
void setSize(int, ExceptionState&);
const String& align() const;
- void setAlign(const String&, ExceptionState&);
+ void setAlign(const String&);
const String& text() const { return m_text; }
void setText(const String&);
« no previous file with comments | « LayoutTests/media/track/vtt-cue-exceptions-expected.txt ('k') | Source/core/html/track/vtt/VTTCue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698