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

Side by Side Diff: trunk/src/webkit/glue/webkitplatformsupport_impl.h

Issue 19888003: Revert 212927 "Move webkitplatformsupport_impl and related from ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_PLATFORM_SUPPORT_IMPL_H_ 5 #ifndef WEBKIT_PLATFORM_SUPPORT_IMPL_H_
6 #define WEBKIT_PLATFORM_SUPPORT_IMPL_H_ 6 #define WEBKIT_PLATFORM_SUPPORT_IMPL_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/debug/trace_event.h" 9 #include "base/debug/trace_event.h"
10 #include "base/platform_file.h" 10 #include "base/platform_file.h"
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 base::OneShotTimer<WebKitPlatformSupportImpl> shared_timer_; 146 base::OneShotTimer<WebKitPlatformSupportImpl> shared_timer_;
147 void (*shared_timer_func_)(); 147 void (*shared_timer_func_)();
148 double shared_timer_fire_time_; 148 double shared_timer_fire_time_;
149 bool shared_timer_fire_time_was_set_while_suspended_; 149 bool shared_timer_fire_time_was_set_while_suspended_;
150 int shared_timer_suspended_; // counter 150 int shared_timer_suspended_; // counter
151 }; 151 };
152 152
153 } // namespace webkit_glue 153 } // namespace webkit_glue
154 154
155 #endif // WEBKIT_PLATFORM_SUPPORT_IMPL_H_ 155 #endif // WEBKIT_PLATFORM_SUPPORT_IMPL_H_
OLDNEW
« no previous file with comments | « trunk/src/webkit/glue/webkit_glue_unittest.cc ('k') | trunk/src/webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698