Chromium Code Reviews| Index: cc/stubs/Region.h |
| diff --git a/cc/stubs/Region.h b/cc/stubs/Region.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..947d6cd8d5cb3f71c4dbc05d7287b484e69bca4c |
| --- /dev/null |
| +++ b/cc/stubs/Region.h |
| @@ -0,0 +1,6 @@ |
| +#ifndef CC_STUBS_REGION_H_ |
| +#define CC_STUBS_REGION_H_ |
| + |
| +#include "third_party/WebKit/Source/WebCore/platform/graphics/Region.h" |
| + |
| +#endif // CC_STUBS_REGION_H_ |