| 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 01846418180b27d1b4858b0ae6cde6ef63692fd5..d0062d3a299556e2c1cb4c5ce5e80ab4b76b49c9 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.h
|
| +++ b/Source/core/html/track/vtt/VTTCue.h
|
| @@ -162,6 +162,7 @@ private:
|
| void calculateDisplayParameters();
|
| float calculateComputedTextPosition() const;
|
| bool textPositionIsAuto() const;
|
| + CueAlignment calculateComputedCueAlignment() const;
|
|
|
| enum CueSetting {
|
| None,
|
|
|