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

Side by Side Diff: Source/core/frame/LocalDOMWindow.cpp

Issue 851073003: Remove unused includes of platform/graphics/media/MediaPlayer.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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
« no previous file with comments | « Source/core/dom/DOMImplementation.cpp ('k') | Source/core/html/HTMLVideoElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008, 2010 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2010 Apple Inc. All rights reserved.
3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) 3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)
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 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 #include "core/page/scrolling/ScrollingCoordinator.h" 94 #include "core/page/scrolling/ScrollingCoordinator.h"
95 #include "core/storage/Storage.h" 95 #include "core/storage/Storage.h"
96 #include "core/storage/StorageArea.h" 96 #include "core/storage/StorageArea.h"
97 #include "core/storage/StorageNamespace.h" 97 #include "core/storage/StorageNamespace.h"
98 #include "core/timing/Performance.h" 98 #include "core/timing/Performance.h"
99 #include "platform/EventDispatchForbiddenScope.h" 99 #include "platform/EventDispatchForbiddenScope.h"
100 #include "platform/PlatformScreen.h" 100 #include "platform/PlatformScreen.h"
101 #include "platform/RuntimeEnabledFeatures.h" 101 #include "platform/RuntimeEnabledFeatures.h"
102 #include "platform/UserGestureIndicator.h" 102 #include "platform/UserGestureIndicator.h"
103 #include "platform/geometry/FloatRect.h" 103 #include "platform/geometry/FloatRect.h"
104 #include "platform/graphics/media/MediaPlayer.h"
105 #include "platform/weborigin/KURL.h" 104 #include "platform/weborigin/KURL.h"
106 #include "platform/weborigin/SecurityOrigin.h" 105 #include "platform/weborigin/SecurityOrigin.h"
107 #include "platform/weborigin/SecurityPolicy.h" 106 #include "platform/weborigin/SecurityPolicy.h"
108 #include "public/platform/Platform.h" 107 #include "public/platform/Platform.h"
109 #include "wtf/MainThread.h" 108 #include "wtf/MainThread.h"
110 #include "wtf/MathExtras.h" 109 #include "wtf/MathExtras.h"
111 #include "wtf/text/WTFString.h" 110 #include "wtf/text/WTFString.h"
112 #include <algorithm> 111 #include <algorithm>
113 112
114 using std::min; 113 using std::min;
(...skipping 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 return m_frameObserver->frame(); 1915 return m_frameObserver->frame();
1917 } 1916 }
1918 1917
1919 v8::Handle<v8::Object> LocalDOMWindow::wrap(v8::Handle<v8::Object> creationConte xt, v8::Isolate* isolate) 1918 v8::Handle<v8::Object> LocalDOMWindow::wrap(v8::Handle<v8::Object> creationConte xt, v8::Isolate* isolate)
1920 { 1919 {
1921 ASSERT_NOT_REACHED(); // LocalDOMWindow has [Custom=ToV8]. 1920 ASSERT_NOT_REACHED(); // LocalDOMWindow has [Custom=ToV8].
1922 return v8::Handle<v8::Object>(); 1921 return v8::Handle<v8::Object>();
1923 } 1922 }
1924 1923
1925 } // namespace blink 1924 } // namespace blink
OLDNEW
« no previous file with comments | « Source/core/dom/DOMImplementation.cpp ('k') | Source/core/html/HTMLVideoElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698