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

Side by Side Diff: public/platform/Platform.h

Issue 364873002: Introduce a basic Blink Scheduler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years, 5 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) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * 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 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 class WebMediaStreamCenter; 82 class WebMediaStreamCenter;
83 class WebMediaStreamCenterClient; 83 class WebMediaStreamCenterClient;
84 class WebMessagePortChannel; 84 class WebMessagePortChannel;
85 class WebMimeRegistry; 85 class WebMimeRegistry;
86 class WebPluginListBuilder; 86 class WebPluginListBuilder;
87 class WebPrescientNetworking; 87 class WebPrescientNetworking;
88 class WebPublicSuffixList; 88 class WebPublicSuffixList;
89 class WebRTCPeerConnectionHandler; 89 class WebRTCPeerConnectionHandler;
90 class WebRTCPeerConnectionHandlerClient; 90 class WebRTCPeerConnectionHandlerClient;
91 class WebSandboxSupport; 91 class WebSandboxSupport;
92 class WebScheduler;
92 class WebScrollbarBehavior; 93 class WebScrollbarBehavior;
93 class WebSocketHandle; 94 class WebSocketHandle;
94 class WebSocketStreamHandle; 95 class WebSocketStreamHandle;
95 class WebSpeechSynthesizer; 96 class WebSpeechSynthesizer;
96 class WebSpeechSynthesizerClient; 97 class WebSpeechSynthesizerClient;
97 class WebStorageNamespace; 98 class WebStorageNamespace;
98 struct WebFloatPoint; 99 struct WebFloatPoint;
99 class WebThemeEngine; 100 class WebThemeEngine;
100 class WebThread; 101 class WebThread;
101 class WebURL; 102 class WebURL;
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 virtual WebDatabaseObserver* databaseObserver() { return 0; } 648 virtual WebDatabaseObserver* databaseObserver() { return 0; }
648 649
649 650
650 protected: 651 protected:
651 virtual ~Platform() { } 652 virtual ~Platform() { }
652 }; 653 };
653 654
654 } // namespace blink 655 } // namespace blink
655 656
656 #endif 657 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698