| Index: Source/platform/graphics/GraphicsContextAnnotation.h
|
| diff --git a/Source/core/platform/graphics/GraphicsContextAnnotation.h b/Source/platform/graphics/GraphicsContextAnnotation.h
|
| similarity index 100%
|
| rename from Source/core/platform/graphics/GraphicsContextAnnotation.h
|
| rename to Source/platform/graphics/GraphicsContextAnnotation.h
|
| index dd31e7a475a36f56a99010c3666cd8d12cb32e84..0631ec92d02861d2c029798b696b40eb1664a796 100644
|
| --- a/Source/core/platform/graphics/GraphicsContextAnnotation.h
|
| +++ b/Source/platform/graphics/GraphicsContextAnnotation.h
|
| @@ -28,12 +28,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| -
|
| #ifndef GraphicsContextAnnotation_h
|
| #define GraphicsContextAnnotation_h
|
|
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
| +
|
| namespace WebCore {
|
|
|
| enum AnnotationMode {
|
|
|