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

Side by Side Diff: Source/core/html/track/TextTrackContainer.h

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
3 * Copyright (C) 2012 Google Inc. All rights reserved. 3 * Copyright (C) 2012 Google Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 DidNotStartExposingControls, 47 DidNotStartExposingControls,
48 DidStartExposingControls 48 DidStartExposingControls
49 }; 49 };
50 void updateDisplay(HTMLMediaElement&, ExposingControls); 50 void updateDisplay(HTMLMediaElement&, ExposingControls);
51 51
52 private: 52 private:
53 TextTrackContainer(Document&); 53 TextTrackContainer(Document&);
54 54
55 virtual bool isTextTrackContainer() const override { return true; } 55 virtual bool isTextTrackContainer() const override { return true; }
56 56
57 virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; 57 virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
58 }; 58 };
59 59
60 DEFINE_ELEMENT_TYPE_CASTS(TextTrackContainer, isTextTrackContainer()); 60 DEFINE_ELEMENT_TYPE_CASTS(TextTrackContainer, isTextTrackContainer());
61 61
62 } // namespace blink 62 } // namespace blink
63 63
64 #endif // TextTrackContainer_h 64 #endif // TextTrackContainer_h
OLDNEW
« no previous file with comments | « Source/core/html/shadow/TextControlInnerElements.cpp ('k') | Source/core/html/track/TextTrackContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698