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

Side by Side Diff: third_party/WebKit/public/platform/callback/DEPS

Issue 1882503002: Remove setErrorMessageCallback from WebGraphicsContext3D. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@errorcallback
Patch Set: weberrors: owned Created 4 years, 8 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
OLDNEW
(Empty)
1 include_rules = [
2 # Bind/Callback is only allowed in rare cases, here it's allowed to convert
3 # from WTF::Function to base::Callback in order to pass callbacks out of
4 # blink.
5 "+base/bind.h",
6 "+base/callback.h",
7 "+base/callback_helpers.h",
8 "+base/logging.h",
9 "+base/macros.h",
10 "+base/memory/ptr_util.h",
11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698