repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Android WebView] Fix webview perf bot switchover to use org.chromium.webview_shell...
[chromium-blink-merge.git]
/
content
/
common
/
gpu
/
media
/
va_stub_header.fragment
blob
91ba89274bdbe733696a2ef36fe0935873b0764d
1
// The extra include header needed in the generated stub file for defining
2
// various libva types.
3
4
extern "C" {
5
6
#include "third_party/libva/va/drm/va_drm.h"
7
#include "third_party/libva/va/va.h"
8
#if defined(USE_X11)
9
#include "third_party/libva/va/va_x11.h"
10
#endif
11
12
}