| Index: chrome/browser/android/compositor/resources/resource_factory.h
|
| diff --git a/chrome/browser/android/compositor/resources/resource_factory.h b/chrome/browser/android/compositor/resources/resource_factory.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..37f5c4009f135e42bc6a937a39e52c5d87aa32a2
|
| --- /dev/null
|
| +++ b/chrome/browser/android/compositor/resources/resource_factory.h
|
| @@ -0,0 +1,16 @@
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef CHROME_BROWSER_ANDROID_COMPOSITOR_RESOURCES_RESOURCE_FACTORY_H_
|
| +#define CHROME_BROWSER_ANDROID_COMPOSITOR_RESOURCES_RESOURCE_FACTORY_H_
|
| +
|
| +#include "base/android/jni_android.h"
|
| +
|
| +namespace android {
|
| +
|
| +bool RegisterResourceFactory(JNIEnv* env);
|
| +
|
| +} // namespace android
|
| +
|
| +#endif // CHROME_BROWSER_ANDROID_COMPOSITOR_RESOURCES_RESOURCE_FACTORY_H_
|
|
|