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

Side by Side Diff: sky/engine/bindings/scheduled_action.h

Issue 915293003: Rename sky/engine/bindings2 to sky/engine/bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: more better Created 5 years, 10 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
« no previous file with comments | « sky/engine/bindings/nullable.h ('k') | sky/engine/bindings/scheduled_action.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 SKY_ENGINE_BINDINGS2_SCHEDULED_ACTION_H_ 5 #ifndef SKY_ENGINE_BINDINGS_SCHEDULED_ACTION_H_
6 #define SKY_ENGINE_BINDINGS2_SCHEDULED_ACTION_H_ 6 #define SKY_ENGINE_BINDINGS_SCHEDULED_ACTION_H_
7 7
8 #include "dart/runtime/include/dart_api.h" 8 #include "dart/runtime/include/dart_api.h"
9 #include "sky/engine/tonic/dart_persistent_value.h" 9 #include "sky/engine/tonic/dart_persistent_value.h"
10 #include "sky/engine/tonic/dart_state.h" 10 #include "sky/engine/tonic/dart_state.h"
11 #include "sky/engine/wtf/RefPtr.h" 11 #include "sky/engine/wtf/RefPtr.h"
12 #include "sky/engine/wtf/PassOwnPtr.h" 12 #include "sky/engine/wtf/PassOwnPtr.h"
13 13
14 namespace blink { 14 namespace blink {
15 15
16 class ExecutionContext; 16 class ExecutionContext;
(...skipping 10 matching lines...) Expand all
27 void Execute(ExecutionContext*); 27 void Execute(ExecutionContext*);
28 28
29 private: 29 private:
30 ScheduledAction(DartState* dart_state, Dart_Handle closure); 30 ScheduledAction(DartState* dart_state, Dart_Handle closure);
31 31
32 DartPersistentValue closure_; 32 DartPersistentValue closure_;
33 }; 33 };
34 34
35 } // namespace blink 35 } // namespace blink
36 36
37 #endif // SKY_ENGINE_BINDINGS2_SCHEDULED_ACTION_H_ 37 #endif // SKY_ENGINE_BINDINGS_SCHEDULED_ACTION_H_
OLDNEW
« no previous file with comments | « sky/engine/bindings/nullable.h ('k') | sky/engine/bindings/scheduled_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698