| Index: cc/resources/prioritized_resource.h
|
| diff --git a/cc/resources/prioritized_resource.h b/cc/resources/prioritized_resource.h
|
| index e3bb2bc4d1ccc7755e90702671311295d3bcdb6f..3c0a6257fe411da85d2fd0dea76fc0c2213550af 100644
|
| --- a/cc/resources/prioritized_resource.h
|
| +++ b/cc/resources/prioritized_resource.h
|
| @@ -142,7 +142,7 @@ class CC_EXPORT PrioritizedResource {
|
|
|
| bool resource_has_been_deleted_;
|
|
|
| -#if DCHECK_IS_ON
|
| +#if !DCHECK_IS_OFF
|
| ResourceProvider* resource_provider_;
|
| #endif
|
| DISALLOW_COPY_AND_ASSIGN(Backing);
|
|
|