| Index: ui/android/resources/resource_manager_impl.h
|
| diff --git a/ui/android/resources/resource_manager_impl.h b/ui/android/resources/resource_manager_impl.h
|
| index 1f055763130409826347a77c104c6649c91c8464..4c461c79e95b8e5e192452388025048bc233444c 100644
|
| --- a/ui/android/resources/resource_manager_impl.h
|
| +++ b/ui/android/resources/resource_manager_impl.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <memory>
|
|
|
| +#include "base/android/scoped_java_ref.h"
|
| #include "base/macros.h"
|
| #include "base/trace_event/memory_dump_provider.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| @@ -25,7 +26,8 @@ class UI_ANDROID_EXPORT ResourceManagerImpl
|
| : public ResourceManager,
|
| public base::trace_event::MemoryDumpProvider {
|
| public:
|
| - static ResourceManagerImpl* FromJavaObject(jobject jobj);
|
| + static ResourceManagerImpl* FromJavaObject(
|
| + const base::android::JavaRef<jobject>& jobj);
|
|
|
| explicit ResourceManagerImpl(gfx::NativeWindow native_window);
|
| ~ResourceManagerImpl() override;
|
|
|