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

Unified Diff: sky/engine/bindings/exception_state.cc

Issue 1190123003: Decouple Canvas from DisplayList and map Picture and PictureRecorder more directly to their Skia co… (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebased version of previous patch Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: sky/engine/bindings/exception_state.cc
diff --git a/sky/engine/bindings/exception_state.cc b/sky/engine/bindings/exception_state.cc
index 9ba2862515b723ba626eaa867ac95a8e82411630..90eac17955f63dccbb5324b5801ff2e339fa8553 100644
--- a/sky/engine/bindings/exception_state.cc
+++ b/sky/engine/bindings/exception_state.cc
@@ -21,6 +21,7 @@ ExceptionState::ExceptionState(Context context, const char* interfaceName) {
ExceptionState::~ExceptionState() {
}
+// TODO(iansf): Implement exceptions.
void ExceptionState::ThrowDOMException(const ExceptionCode&,
const String& message) {
}
« no previous file with comments | « no previous file | sky/engine/bindings/scripts/templates/methods_cpp.template » ('j') | sky/engine/core/painting/PictureRecorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698