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

Unified Diff: Source/wtf/WTFPlatform.cpp

Issue 87983002: Add WTF::DiscardableMemory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update comment Created 7 years, 1 month 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 | « Source/wtf/WTFPlatform.h ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/WTFPlatform.cpp
diff --git a/Source/core/html/canvas/EXTFragDepth.idl b/Source/wtf/WTFPlatform.cpp
similarity index 91%
copy from Source/core/html/canvas/EXTFragDepth.idl
copy to Source/wtf/WTFPlatform.cpp
index 52a6f932c30eb3d04b60fc0e9ae33e996ea9de04..6ec3b1a40d88b47805cdec8ea87cd51eff8bba24 100644
--- a/Source/core/html/canvas/EXTFragDepth.idl
+++ b/Source/wtf/WTFPlatform.cpp
@@ -23,7 +23,11 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- NoInterfaceObject
-] interface EXTFragDepth {
-};
+#include "config.h"
+#include "wtf/WTFPlatform.h"
+
+namespace WTF {
+
+WTFPlatform* WTFPlatform::s_instance;
+
+} // namespace WTF
« no previous file with comments | « Source/wtf/WTFPlatform.h ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698